Skip to content

fix: repair broken markdown in recipe-onboarding step 6#43

Open
hobostay wants to merge 1 commit intogoogle:mainfrom
hobostay:fix/recipe-onboarding-markdown
Open

fix: repair broken markdown in recipe-onboarding step 6#43
hobostay wants to merge 1 commit intogoogle:mainfrom
hobostay:fix/recipe-onboarding-markdown

Conversation

@hobostay
Copy link
Copy Markdown

Summary

  • Fix broken markdown formatting in Step 6 ("Deploy Your First Resource") of google-cloud-recipe-onboarding/SKILL.md
  • The list items were concatenated on the same lines with dashes instead of proper bullet point formatting
  • The code block had trailing whitespace and incorrect indentation that could break rendering
  • Properly format the three deployment options as distinct bullet points and fix the code block indentation

Before

The list rendered as a single concatenated paragraph. The code block had extra spaces and broken line continuations.

After

Three distinct bullet points for Cloud Run, Compute Engine, and Cloud Storage, with a properly formatted code block.

Test plan

  • Verify the markdown renders correctly with proper bullet points and code block

🤖 Generated with Claude Code

The markdown list in step 6 ("Deploy Your First Resource") was
improperly formatted — list items were concatenated with dashes on
the same line instead of using proper bullet point formatting. The
code block also had trailing spaces and incorrect indentation that
would break rendering.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@google-cla
Copy link
Copy Markdown

google-cla Bot commented Apr 26, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant